C#读写INI配置文件
.
├── C#读写INI配置文件.rar
└── 读写INI
├── App.config
├── Program.cs
├── Properties
│ └── AssemblyInfo.cs
├── bin
│ └── Debug
│ ├── config.ini
│ ├── 读写INI.exe
│ ├── 读写INI.exe.config
│ └── 读写INI.pdb
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── 读写INI.csproj.AssemblyReference.cache
│ ├── 读写INI.csproj.CoreCompileInputs.cache
│ ├── 读写INI.csproj.FileListAbsolute.txt
│ ├── 读写INI.exe
│ └── 读写INI.pdb
├── 读写INI.csproj
└── 读写INI.sln
7 directories, 16 files
评论